revXMLRPC_GetParamNode
Type
function
Summary
Returns the node of a single parameter from an XML-RPC document structure, so you can parse the data using the XML library commands and functions.
Syntax
revXMLRPC_GetParamNode(<XMLRPCdocumentID>,<paramNumber>)
Description
Use the revXMLRPC_GetParamNode function to recall the node of a single parameter.
Parameters
Name | Type | Description |
---|---|---|
XMLRPCdocumentID | integer | The number returned by the revXMLRPC_CreateRequest when you created the XML-RPC request, or the successful revXMLRPC_Execute function when you executed an XML-RPC request. |
paramNumber | integer | The number given to the parameter within the XML-RPC document structure. |
Examples
local tParamNode
put revXMLRPC_GetParamNode(tResponse,1) into tParamNode
Related
function: revXMLRPC_Execute
glossary: command, function, XML-RPC document
library: XML library, XML-RPC library
Compatibility and Support
Introduced
LiveCode 2.5
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile